Home
Pakdam Pakdai
Simulated Implementation of a real-world game.
Key Points

Pakdam Pakdai is a Unity Implementation of the real-world game of "Chase & Tag" where one player has to chase the other to win and the other player has to survive the time to attain victory.

In Unity, it can be played by 2 players at the same time with one using WASD Input keys and the other using Arrow (←↑↓→) Keys.

One of the players will be assigned the chaser role and the survivor or runner role, the runner has to avoid being tagged by the chaser either by running or hiding for the given time.

To make it more challenging and interesting there is a timer, If the chaser tags the survivor before time runs out, then the Chaser wins otherwise the survivor wins. Also, the game is set on a platform and if any player falls over the platform then the opposing player wins.

There are also abilities such as extra speed, which provides extra zing to the game and keeps it interesting for both players.

The platform on which the game is set also includes other Architectures such as stairs and arches which aids the survivor in hiding.

More details on the components and working can be provided upon request.

Repository Link